home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="yes"?>
- <xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xs:element name="NewDataSet" msdata:IsDataSet="true">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element name="Publishers">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="pub_id" type="xs:string" minOccurs="0" />
- <xs:element name="pub_name" type="xs:string" minOccurs="0" />
- <xs:element name="city" type="xs:string" minOccurs="0" />
- <xs:element name="state" type="xs:string" minOccurs="0" />
- <xs:element name="country" type="xs:string" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- <xs:element name="Titles">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="title_id" type="xs:string" minOccurs="0" />
- <xs:element name="title" type="xs:string" minOccurs="0" />
- <xs:element name="type" type="xs:string" minOccurs="0" />
- <xs:element name="pub_id" type="xs:string" minOccurs="0" />
- <xs:element name="price" type="xs:decimal" minOccurs="0" />
- <xs:element name="advance" type="xs:decimal" minOccurs="0" />
- <xs:element name="royalty" type="xs:int" minOccurs="0" />
- <xs:element name="ytd_sales" type="xs:int" minOccurs="0" />
- <xs:element name="notes" type="xs:string" minOccurs="0" />
- <xs:element name="pubdate" type="xs:dateTime" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- <xs:unique name="Constraint1">
- <xs:selector xpath=".//Publishers" />
- <xs:field xpath="pub_id" />
- </xs:unique>
- <xs:keyref name="PubTitles" refer="Constraint1">
- <xs:selector xpath=".//Titles" />
- <xs:field xpath="pub_id" />
- </xs:keyref>
- </xs:element>
- </xs:schema>